home *** CD-ROM | disk | FTP | other *** search
/ Eidos Line Up 2003-04 (Germany) / Eidos Line Up 2003-04 (Germany).bin / wwm.swf / scripts / DefineButton2_139 / BUTTONCONDACTION on(release).as
Text File  |  2003-08-06  |  379b  |  19 lines

  1. on(release){
  2.    _root.btgame = 1;
  3.    _root.gotoAndPlay("menue");
  4.    _root.prtsize = 0;
  5.    _root.prsize = 0;
  6.    _root.scrartsize = 0;
  7.    _root.featuresize = 0;
  8.    _root.trailersize = 0;
  9.    _root.storysize = 0;
  10.    if(_root.menueaufbau == "turbo")
  11.    {
  12.       _root.menueback = 1;
  13.    }
  14.    if(_root.menueaufbau == "quickscan")
  15.    {
  16.       _root.menueback = 2;
  17.    }
  18. }
  19.